projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439b9a3
)
gtk-demo: Remove excessive pointer querying
author
Benjamin Otte
<otte@redhat.com>
Wed, 9 Nov 2011 01:52:09 +0000
(
02:52
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 9 Nov 2011 02:23:43 +0000
(
03:23
+0100)
demos/gtk-demo/hypertext.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/hypertext.c
b/demos/gtk-demo/hypertext.c
index 7f828f66491ec30126b929e0d591b4bedf184bcd..2e3b1873c619c4a110c33fb3783ccd28dc8c0e19 100644
(file)
--- a/
demos/gtk-demo/hypertext.c
+++ b/
demos/gtk-demo/hypertext.c
@@
-225,8
+225,6
@@
motion_notify_event (GtkWidget *text_view,
set_cursor_if_appropriate (GTK_TEXT_VIEW (text_view), x, y);
- gdk_window_get_pointer (gtk_widget_get_window (text_view),
- NULL, NULL, NULL);
return FALSE;
}